PDF Functions
PHP Manual

PDF_begin_page

(PHP 4, PECL pdflib >= 1.0.0)

PDF_begin_pageStarts new page

Description

void pdf_begin_page ( int $pdf document , double $width , double $height )

The PDF_begin_page() function starts a new page with height height and width width . In order to create a valid document you must call this function and PDF_end_page().

See also PDF_end_page().


PDF Functions
PHP Manual